home *** CD-ROM | disk | FTP | other *** search
- /*
-
- pcdir.hpp
- 7-30-91
- dir.h enhancements
-
- Copyright 1991
- John W. Small
- All rights reserved
- Use freely but acknowledge authorship and copyright.
-
- PSW / Power SoftWare
- P.O. Box 10072
- McLean, Virginia 22102 8072 USA
-
- Voice: (703) 759-3838
- CIS: 73757,2233
-
- */
-
- #ifndef PCDIR_HPP
- #define PCDIR_HPP
-
- extern int fnflags;
-
- extern char * fnexpand(const char *pathname);
- extern char *fndefault (const char *pathname,
- char *driveDefault, char *dirDefault,
- char *fileDefault, char *extDefault);
-
-
- #endif
-